GetMoviesStickyError
TheGetMoviesStickyError
function returns the contents of the sticky error value. The sticky error value contains the first nonzero result code from any Movie Toolbox function that you called after having cleared the sticky error with theClearMoviesStickyError
function.
pascal OSErr GetMoviesStickyError (void);DESCRIPTION
The Movie Toolbox does not clear the sticky error value when you call theGetMoviesStickyError
function. Your application clears the sticky error value by calling theClearMoviesStickyError
function, which is described in the next section.ERROR CODES
Any Movie Toolbox result code (see "Summary of the Movie Toolbox" at the end of this chapter)